CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LInux Chat server

搜索资源列表

  1. linux下采用多路复用技术的聊天室的客户端与服务端

    0下载:
  2. linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:2957
    • 提供者:dlykj
  1. QT4_qq

    0下载:
  2. 软件说明: QT做的QQ聊天系统,人机界面,还可传送文件 1.运行环境 LINUX FC4 2.应用软件 QT 3.3.4 使用方法: 1.把QT的库路径设在 /usr/lib/qt-3.3/lib 下。 2.在LINUX下打开目录,客户端运行./qq_client, 服务器端运行./qq_server。 3.服务器端点start server。 4.客户端输入服务器IP,点联接。 然后就可以正常聊天了。 -Software Descr
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:746284
    • 提供者:zhang
  1. linuxCforChatRoom

    0下载:
  2. linux C聊天室代码,包括server端和client端。-chat rooms linux C code, including server-side and client side.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2675
    • 提供者:
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:5943
    • 提供者:hydra
  1. server

    0下载:
  2. 这是一个QT编写的基于TCP连接的聊天室服务端,可编译成win32,winCE,Linux等可执行文件-This is to prepare a QT-based chat rooms connected TCP server can be compiled win32, winCE, Linux and other executable file ....
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1350368
    • 提供者:姚毅强
  1. chat

    0下载:
  2. 自己写的一款linux下的聊天软件,有群聊,私聊,管理员管理等功能,客户端使用qt图形界面,服务器端用c语言-Wrote it myself under a linux chat software, there are a group chat,私聊, the administrator management functions, using qt graphical client interface, server-side using c language
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-20
    • 文件大小:5962583
    • 提供者:wupeng
  1. FreeChat-ssl

    0下载:
  2. linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:33369
    • 提供者:lin
  1. chatroom.tar

    0下载:
  2. 基于Linux的网络聊天室 开发环境:Ubuntu7.04操作系统 项目描述:该项目为基于C/S架构的局域网聊天工具,用户可以注册、登录、群聊、私聊、隐身、保存聊天记录。管理员可以禁止用户发言和把用户踢出聊天室。 服务器端保存了所有用户的信息和聊天记录。-Linux-based development environment for Internet Relay Chat: Ubuntu7.04 operating system Project Descr iption: The
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1843557
    • 提供者:hh
  1. chat

    0下载:
  2. linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:13953
    • 提供者:吕 广林
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. server

    0下载:
  2. thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2151
    • 提供者:devesh
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. chat

    0下载:
  2. Linux下异步聊天,有客户端和服务端俩个类-Under Linux asynchronous chat, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2889
    • 提供者:吴萤
  1. chatroom.tar

    0下载:
  2. linux下简单聊天室源代码(包含服务器和客户端), 功能比较简单,适合刚学网络编程的同学参考。-linux source code for the simple chat rooms (including server and client), function is relatively simple for students just learning network programming reference.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:75249
    • 提供者:weibo
  1. server_client

    0下载:
  2. linux下的客户机与服务器网络程序,实现实现客户机能群聊的功能。服务器可以查看当前的在线客户状态。开发环境为linux ubutun 10.04 用gcc编译-linux client and server under the network program to achieve functional groups to achieve customer chat feature. Server can view the current state of online customers. D
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:32427
    • 提供者:田海福
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:144245
    • 提供者:
  1. T4Linuxchat

    0下载:
  2. linux 下的c语言聊天软件,有客户端和服务器端!-c language under linux chat software, client and server side!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:271216
    • 提供者:夏明义
  1. C-Files

    1下载:
  2. 一个基于Linux系统的网络通信程序。共分两部分:服务器程序和客户端程序。扶持多客户之间聊天,服务器与客户端聊天等。-A Linux-based system of network communication program. Divided into two parts: server and client programs. Support multiple customers to chat, chat server and client.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-11-09
    • 文件大小:3154
    • 提供者:luke
  1. linux_chat

    0下载:
  2. linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)
  3. 所属分类:TCP/IP协议栈

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com